home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / usr / share / doc / libsoprano4 / README < prev    next >
Text File  |  2008-07-22  |  1KB  |  30 lines

  1. Soprano 2.1
  2. ===========
  3.  
  4. Soprano (formally known as QRDF) is a library which provides a nice Qt
  5. interface to RDF storage solutions. It has a modular structure which 
  6. allows to  replace the actual RDF storage implementation used. 
  7.  
  8. Soprano has the following features:
  9.  
  10. * Full context (i.e. named graph) support
  11. * Plugin structure for extensibility.
  12. * Backend plugins for:
  13.   - Redland
  14.   - Sesame2
  15. * Parser and serializer plugins for:
  16.   - raptor (rdf+xml, turtle, trig, nTriples)
  17.   - nQuads
  18. * A server and client lib which allows a simple remote
  19.   Soprano server.
  20. * Simple sopranod server application.
  21. * Simple command line tool to perform commands on models in
  22.   a Soprano server (sopranocmd)
  23. * Rule-based Forward inference engine.
  24. * Full-text index based on CLucene which indexes all literal 
  25.   statements (i.e. those statements with a literal object node)
  26. * Hierarchical architecture which allows to stack multiple filter models
  27.   on top of an RDF storage.
  28.  
  29. See INSTALL for installation instructions.
  30.